home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / page.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  80 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : PAGE
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : RCONN at SIMTEL20
  6. -- AUTHOR            : Richard Conn
  7. --                   : Texas Instruments, Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : (c) 1985 Richard Conn
  11. -- DATE CREATED      : 15 Feb 85
  12. -- DATE RELEASED     : 15 Feb 85
  13. -- DATE LAST UPDATED : 15 Feb 85
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : DG MV 10000, ROLM ADE
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  18. -- CATEGORY LEVEL 2  : FILE CONCATENATION
  19. -- CATEGORY LEVEL 3  : Page
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : Text file concatenation
  22. -- KEYWORD           : text formatter
  23. -- INDEX             : Text File Concatenation
  24. -- INDEX             : Concatenation, Text File
  25. -- INDEX             : Text Formatter
  26. -- INDEX             : Formatter, Text
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.PAGER>PAGE.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.PAGER>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   PAGE.ADA               6007         160
  37. --   PAGE.PRO               3373          74
  38. --   ===============  ==========  ==========
  39. --     2 Files              9380         234
  40. --= ABSTRACT             ===============================================--
  41. --         PAGE creates a text file containing several other  text  files
  42. -- separated by the lines:
  43. -- 
  44. --              ::::::::::
  45. --              filename
  46. --              ::::::::::
  47. -- 
  48. -- where 'filename' is the name of the file which follows.  It accepts as
  49. -- input  the name of an output file (file to be generated) and the names
  50. -- of the input files, where striking a RETURN to  the  input  file  name
  51. -- prompt terminates the input of the list of names.
  52. -- 
  53. --         UNPAGE is the complement of PAGE, which extracts the component
  54. -- files from the combined file.
  55. --= REVISION HISTORY     ===============================================--
  56. --
  57. -- DATE         VERSION AUTHOR                  HISTORY
  58. -- 2/15/85      1.0     Richard Conn            Initial Release
  59. --= RELEASE NOTICE       ===============================================--
  60. -- This prologue must be included in all copies of this software.
  61. --
  62. -- This software is copyright by the author.
  63. --
  64. -- This software is released to the Ada community.
  65. -- This software is released to the Public Domain (note:
  66. --   software released to the Public Domain is not subject
  67. --   to copyright protection).
  68. -- Restrictions on use or distribution:  NONE
  69. --= DISCLAIMER           ===============================================--
  70. --     This software and its documentation are provided "AS IS" and
  71. -- without any expressed or implied warranties whatsoever.  No warranties
  72. -- as to performance, merchantability, or fitness for a particular
  73. -- purpose exist.
  74. --     The user is advised to test the software thoroughly before
  75. -- relying on it.  The user must assume the entire risk and liability of
  76. -- using this software.  In no event shall any person or organization of
  77. -- people be held responsible for any direct, indirect, consequential or
  78. -- inconsequential damages or lost profits.
  79. --======================================================================--
  80.